home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-68k-src / machines / amiga68k / libsrc / amigalib / defs.s < prev    next >
Text File  |  1999-01-01  |  419b  |  18 lines

  1. _AbsExecBase    equ     4
  2. _cartridge      equ     $f00000
  3. _bootrom        equ     $f80000
  4. _romstart       equ     $fc0000
  5. _romend         equ     $ffffff
  6.  
  7.         xdef    _AbsExecBase
  8.         xdef    _cartridge
  9.         xdef    _bootrom
  10.         xdef    _romstart
  11.         xdef    _romend
  12.  
  13.         xdef    _LVORawPutChar
  14.         xdef    _LVORawMayGetChar
  15. _LVORawPutChar  equ     -516
  16. _LVORawMayGetChar       equ     -510
  17.  
  18.